home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Kant Generator Pro 1.2 / src / Shell ƒ / menus.h < prev    next >
C/C++ Source or Header  |  1995-02-09  |  250b  |  10 lines

  1. extern    MenuHandle            gBuildMenu;
  2.  
  3. Boolean InitTheMenus(void);
  4. void ShutDownTheMenus(void);
  5. void AdjustMenus(void);
  6. void HandleMenu(long mSelect);
  7. void DoTheCloseThing(WindowPeek theWindow);
  8. void RebuildModulesMenu(void);
  9. void RebuildInsertMenu(void);
  10.